home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Tools / TASM V5 / HEAP.PAK / DISPLAY.INC < prev    next >
Encoding:
Text File  |  1996-02-21  |  331 b   |  19 lines

  1. ; Copyright (c) 1993 By Borland International, Inc.
  2. ;
  3. ; FILE: DISPLAY.INC
  4.  
  5. CR  = 0DH
  6. LF  = 0AH
  7.  
  8. DOSPRINTSTRING     =   09H
  9. DOSPRINTCHAR       =   02H
  10.  
  11. DOSINT             =   21H
  12.  
  13.    global ShowHexByte:proc
  14.    global ShowHexWord:proc
  15.    global Show_Bracket:proc
  16.    global Show_Endbracket:proc
  17.    global CRLF:proc
  18.  
  19.